@font-face {
	font-family: CFAmerica-Regular;
	src: url(Fonts/CFAmerica-Regular.ttf);
}

@font-face {
	font-family: HearthStone;
	src: url(Fonts/HearthStone.ttf);
}

html {
  min-height: 100%;
  box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
}

body {
	background-color: #fff6dd;
}

#div1 {
	width: 15%;
	float: left;
	background-color: rgba(255,246,221,0);
}

#arrow {
	width: 100%;
}

#div2 {
	width: 70%;
	float: left;
	background-color: rgba(255,246,221,0);
}

#div3 {
	width: 15%;
	float: left;
	background-color: rgba(255,246,221,0);
}

#home {
	width: 100%;
}

#div4 {
	width: 100%;
	float: left;
	background-color: rgba(255,246,221,0);
}

h1 {
	color: #000000;
	text-align: center;
	font-family: "CFAmerica-Regular";
	font-size: 900%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #454444;
}

#div5 {
	width: 38%;
	float: left;
	background-color: rgba(255,246,221,0);
	padding: 1%;
}

#poster {
	width: 100%;
	box-shadow: 3px 3px 5px #454444;
}

#box2 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #850601;
	text-align: center;
	font-family: "HearthStone";
	font-size: 312%;
	color: #fff6dd;
	box-shadow: 3px 3px 5px #454444;
}

#div6 {
	width: 58%;
	float: left;
	background-color: rgba(255,246,221,0);
	padding: 1%;
}

#box1 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #850601;
	text-align: center;
	font-family: "HearthStone";
	font-size: 284%;
	color: #fff6dd;
	box-shadow: 3px 3px 5px #454444;
}

#break {
	width: 100%;
	float: left;
	background-color: rgba(255,246,221,0);
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    width: 100%;
  	display: inline-block;
  	height: 56.25%;
  	margin: 0 -1px;
  	box-shadow: 3px 3px 5px #454444;
}
.video-responsive iframe{
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#box3 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #850601;
	text-align: center;
	font-family: "HearthStone";
	font-size: 213%;
	color: #fff6dd;
	box-shadow: 3px 3px 5px #454444;
}

#box4 {
	float: right;
	width: 94%;
	margin-left: 5%;
	padding-top: 2%;
	padding-bottom: 4%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #850601;
	text-align: center;
	font-family: "HearthStone";
	font-size: 230%;
	color: #fff6dd;
	box-shadow: 3px 3px 5px #454444;
}

a:link {
	color: #fff6dd;
	text-decoration: none;
}

a:visited {
	color: #fff6dd;
	text-decoration: none;
}

a:hover {
	color: #010855;
	text-decoration: underline;
}

a:active {
	color: #fff6dd;
	text-decoration: none;
}